Correctly mark an enum value in a doc comment
authorTimm Bäder <mail@baedert.org>
Sun, 15 Jul 2018 16:02:47 +0000 (18:02 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 17 Jul 2018 15:33:47 +0000 (17:33 +0200)
gtk/gtksizerequest.c

index 411cc103bcdb54f45f6f0f1f873ffcdd760fa83b..49af81071bfe06721d8cfbf71118a4845ca7d07f 100644 (file)
@@ -398,7 +398,7 @@ gtk_widget_query_size_for_orientation (GtkWidget        *widget,
  *   position for the natural size, or %NULL
  *
  * Measures @widget in the orientation @orientation and for the given @for_size.
- * As an example, if @orientation is GTK_ORIENTATION_HORIZONTAL and @for_size is 300,
+ * As an example, if @orientation is %GTK_ORIENTATION_HORIZONTAL and @for_size is 300,
  * this functions will compute the minimum and natural width of @widget if
  * it is allocated at a height of 300 pixels.
  *